home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id001.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  414 b   |  24 lines

  1. on exitFrame
  2.   if the timer > 300 then
  3.     if soundBusy(1) = 1 then
  4.       go(the frame)
  5.     else
  6.       repeat with n = 21 down to 1
  7.         set the visible of sprite n to 1
  8.         puppetSprite(n, 0)
  9.       end repeat
  10.       go(10)
  11.     end if
  12.   end if
  13.   go(the frame)
  14. end
  15.  
  16. on mouseUp
  17.   repeat with n = 21 down to 1
  18.     set the visible of sprite n to 1
  19.     puppetSprite(n, 0)
  20.   end repeat
  21.   sound stop 1
  22.   go(10)
  23. end
  24.